Remove the '-instance' parameter from the qemu device model. Since this parameter
authorEwan Mellor <ewan@xensource.com>
Thu, 14 Sep 2006 07:18:56 +0000 (08:18 +0100)
committerEwan Mellor <ewan@xensource.com>
Thu, 14 Sep 2006 07:18:56 +0000 (08:18 +0100)
commit9054dbd238a18e60d788b30f8f16d43af9a053bf
tree53f7c08a51d201ade40daf73c13dc237c4da26c5
parent2df254060e76678cc078dd1b4c6e9245aa531004
Remove the '-instance' parameter from the qemu device model. Since this parameter
is not interpreted by the DM, it actually causes the DM to hang if
passed. Future device model support for the vTPM will read parameters
from the xenstore and won't need the command line parameter(s).
The patch includes a small change to the debugging output for the vTPM
module.

Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
tools/python/xen/xend/image.py
tools/python/xen/xend/server/tpmif.py